home *** CD-ROM | disk | FTP | other *** search
/ i·claim - visualizing argument / ICLAIM.ISO / mac / t_04.swf / scripts / DefineButton2_431 / BUTTONCONDACTION on(release).as
Text File  |  2005-02-25  |  159b  |  10 lines

  1. on(release){
  2.    if(_root.asn < 2)
  3.    {
  4.       _root.asn += 1;
  5.       trace("asn=" + _root.asn);
  6.       _root.asn1 = 1;
  7.       this.gotoAndStop(2);
  8.    }
  9. }
  10.